/**
*------------------------------------------
    Couleurs utilisées pour ce site :

    Vert ---> color : #74BA42;
                rgba(253, 139, 6, 0.4);

    Bleu ---> color : #3C69A3;
                rgba(60, 105, 163, 0.4);

    Noir -----> color : #474747;
                rgba(63, 52, 98, 0.4);
*------------------------------------------*/



body{
    margin: 0;
    padding: 0;
    font-family: Poppins, Roboto, sans-serif;
}



#presentation.container-fluid{
    position: relative;
    margin: 0;
    padding: 0;

    position: relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
}
#presentation.container-fluid > .row{
    margin: 0;
    padding: 0;
}

/*******************************************************/
/***************    presentation            ********************/

#presentation.container-fluid .presentation{
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    margin-bottom: 10px;

    margin: 0;
}

#presentation.container-fluid .presentation .col-image{
    position: relative;
    width: 100%;
    cursor: pointer;
}
#presentation.container-fluid .presentation .col-image .inner{
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #3C69A3;
    overflow: hidden;
}
#presentation.container-fluid .presentation .col-image .inner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    background-color: rgba(8, 8, 44, 0.1);
    transition: ease-in all 0.3s;
}
#presentation.container-fluid .presentation .col-image:hover .inner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    background-color: rgba(8, 8, 44, 0.3);
}
#presentation.container-fluid .presentation .col-image .inner img{
    position: relative;
    width: 100%;
    height: auto;
    transition: ease-in all 0.5s;
}
#presentation.container-fluid .presentation .col-image:hover .inner img{
    transform: scale(1.07) rotate(-1deg);
}




#presentation.container-fluid .presentation .col-text{  /**** Le texte ****/
    position: relative;
    width: 100%;
    padding-right: 15px;
    
}


#presentation.container-fluid .presentation .col-text .titre{  
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
#presentation.container-fluid .presentation .col-text .titre h2{  
    position: relative;
    width: 75%;
    font-size: 40px;
    font-weight: 600;
    color: #3C69A3;
    text-transform: capitalize;
}
#presentation.container-fluid .presentation .col-text .titre p.trait{  
    position: relative;
    display: block;
    content: "";
    width: 55%;
    height: 4px;
    background-color: #74BA42;
}


#presentation.container-fluid .presentation .col-text .box{  
    position: relative;
    width: 100%;
}

#presentation.container-fluid .presentation .col-text .box .infos{  
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#presentation.container-fluid .presentation .col-text .box .infos p{  
    position: relative;
    font-size: 18px;
    font-weight: 550;
    text-align: justify;
}


#presentation.container-fluid .presentation .col-text .box .items{  
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#presentation.container-fluid .presentation .col-text .box .items .item{  
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}
#presentation.container-fluid .presentation .col-text .box .items .item-title{  
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
}




#presentation.container-fluid .caracteres{  
    position: relative;
    width: 100%;
    padding: 10px;
    /* border: 1px solid red; */
    background-position: center;
    background-size: cover;
}
#presentation.container-fluid .caracteres .missions{  
    position: relative;
    width: 100%;
    padding: 10px;
    padding-right: 75px;
}
#presentation.container-fluid .caracteres .missions .titre{  
    position: relative;
    width: 100%;
}
#presentation.container-fluid .caracteres .missions .titre h2{  
    font-size: 30px;
    font-weight: 600;
    color: #74BA42;
    text-transform: uppercase;
}
#presentation.container-fluid .caracteres .missions .titre p.trait{  
    position: relative;
    display: block;
    content: "";
    width: 200px;
    height: 3px;
    background-color: #3C69A3;
}
#presentation.container-fluid .caracteres .missions .titre h3{  
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
}
#presentation.container-fluid .caracteres .missions .items{  
    position: relative;
    width: 100%;
    margin-top: 15px;
}
#presentation.container-fluid .caracteres .missions .items p{  
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#presentation.container-fluid .caracteres .missions .items p span{  
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
#presentation.container-fluid .caracteres .missions .items p span.icon{
    color: #74BA42;
    font-size: 14px; 
    margin-right: 10px;
    margin-top: 5px;
}



/***** philosophie ****/
#presentation.container-fluid .caracteres .philosophie{  
    position: relative;
    width: 100%;
    padding: 10px;
}
#presentation.container-fluid .caracteres .philosophie .titre{  
    position: relative;
    width: 100%;
}
#presentation.container-fluid .caracteres .philosophie .titre h2{  
    font-size: 30px;
    font-weight: 600;
    color: #3C69A3;
    text-transform: uppercase;
}
#presentation.container-fluid .caracteres .philosophie .titre p.trait{  
    position: relative;
    display: block;
    content: "";
    width: 200px;
    height: 3px;
    background-color: #333333;
}
#presentation.container-fluid .caracteres .philosophie .titre h3{  
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

#presentation.container-fluid .caracteres .philosophie .items{  
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#presentation.container-fluid .caracteres .philosophie .items .item{  
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}
#presentation.container-fluid .caracteres .philosophie .items .item-title{  
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #74BA42;
    text-transform: uppercase;
}
#presentation.container-fluid .caracteres .philosophie .items .item-bars{  
    position: relative;
    width: 100%;
    margin-bottom: 15px;

}
#presentation.container-fluid .caracteres .philosophie .items .item-bars span{  
    position: absolute;
    top: 0;
    left: 0;

    height: 10px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    font-size: 11px;
    color: #fff;
}
#presentation.container-fluid .caracteres .philosophie .items .item-bars span:nth-child(1){  
    background-color: #3C69A3;
    width: 90%;
    z-index: 10;
}
#presentation.container-fluid .caracteres .philosophie .items .item-bars.bars-two span:nth-child(1),
#presentation.container-fluid .caracteres .philosophie .items .item-bars.bars-three span:nth-child(1){  
    width: 150px;
}



/***** Voir notre équipe : team-link**/
#presentation.container-fluid .team-link{
    position: relative;
    width: 100%;
    padding:  0 !important;
    height: 200px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 100px;
}
#presentation.container-fluid .team-link .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}
#presentation.container-fluid .team-link .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1 !important;
    background-color: rgba(68, 68, 68, 0.1);
}
#presentation.container-fluid .team-link .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    transition: ease-in all 0.3s;
}
#presentation.container-fluid .team-link:hover .inner img{
    transform: scale(1.04) rotate(-1deg);
}
#presentation.container-fluid .team-link .caption{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.5);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#presentation.container-fluid .team-link .caption a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 55px;

    border-radius: 25px;
    background-color: #3C69A3;
    color: #fff;
    text-decoration: none;
    transition: ease all 0.3s;
    font-size: 18px;
}
#presentation.container-fluid .team-link .caption a{
    background-color: #254a7a;
}





/************************************** histoire **************************/

#presentation.container-fluid .histoire{
    position: relative;
    width: 100%;
    padding: 75px 0;
    background: url('../images/bg_infos.PNG');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
#presentation.container-fluid .histoire::before{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    background-color: #cce2ff;
}
#presentation.container-fluid .histoire .titre{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
#presentation.container-fluid .histoire .titre h2{
    font-size: 35px;
    color: #3C69A3;
    font-weight: 600;
    text-transform: uppercase;
}
#presentation.container-fluid .histoire .titre p{
    font-size: 20px;
    color: #333333;
    font-weight: 450;
    width: 65%;
    text-align: center;
}

/***** les items***/
#presentation.container-fluid .histoire .items{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#presentation.container-fluid .histoire .items .item{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    padding: 15px;
}

#presentation.container-fluid .histoire .items > div{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
    margin: 10px;
}
#presentation.container-fluid .histoire .items .date{
    position: relative;
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #74BA42;
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    margin: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
#presentation.container-fluid .histoire .items .date h2{
    color: #333333;
    font-size: 25px;
    font-weight: 600;
}
#presentation.container-fluid .histoire .items .date span.icon{
    position: absolute;
    display: block;
    right: -14;
    top: 40%;
    color: #74BA42;
    font-size: 35px;
    
}


#presentation.container-fluid .histoire .items .event{
    position: relative;
    width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
}
#presentation.container-fluid .histoire .items .event h3{
    font-size: 25px;
    color: #3C69A3;
    font-weight: 600;

}
#presentation.container-fluid .histoire .items .event{
    position: relative;
    width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
}
#presentation.container-fluid .histoire .items .event .inner{
    display: block;
    content: "";
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #74BA42;
}




#presentation.container-fluid .histoire .items .item:nth-child(2){
    flex-direction: row-reverse;
}
#presentation.container-fluid .histoire .items .item:nth-child(2) .date span.icon{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* background-color: rebeccapurple; */
    width: 325px;
    height: 100px;
    top: 0%;
    color: #74BA42;
    font-size: 35px;
    transform: rotate(180deg);
    z-index: 100;
}
#presentation.container-fluid .histoire .items .item:nth-child(2) .event .inner{
    background-color: #444444;
}




/***** blog ****/
#presentation.container-fluid .links{
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    padding: 100px 0;
}
#presentation.container-fluid .links .titre{
    position: relative;
    width: 100%;
    padding: 0 !important;
}
#presentation.container-fluid .links .titre h2{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #3C69A3;
    text-transform: uppercase;
}
#presentation.container-fluid .links .titre h3{
    position: relative;
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #353535;
}
#presentation.container-fluid .links .titre p{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
#presentation.container-fluid .links .titre p a{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

#presentation.container-fluid .links .items{
    position: relative;
    width: 100%;
    /* border: 1px solid green; */
    padding: 0 !important;
}
#presentation.container-fluid .links .items .temoignage{
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
}
#presentation.container-fluid .links .items .temoignage a{
    position: relative;
    display: block;
    width: 95%;
    height: 600px;
    overflow: hidden;
    /* border: 6px solid rgb(133, 9, 71); */
}
#presentation.container-fluid .links .items .temoignage a .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
}
#presentation.container-fluid .links .items .temoignage a .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.3);
}
#presentation.container-fluid .links .items .temoignage a .inner-icon{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50;
    background-color: rgba(47, 8, 8, 0.0);

    display: flex;
    justify-content: center;
    align-items: center;
}
#presentation.container-fluid .links .items .temoignage a .inner-icon p{  
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #74BA42;
    border: 4px solid rgba(255, 255, 255, 0.7);
    transition: ease-in all 0.3s;
}
#presentation.container-fluid .links .items .temoignage a:hover .inner-icon p{  
    transform: scale(1.03);
}
#presentation.container-fluid .links .items .temoignage a .inner-icon p span{  
    color: #fff;
    font-size: 27px;
}
#presentation.container-fluid .links .items .temoignage a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    transition: ease-in all 0.3s;
}
#presentation.container-fluid .links .items .temoignage a:hover .inner img{
    transform: scale(1.04) rotate(-1deg);
}
#presentation.container-fluid .links .items .temoignage a .caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.7);

    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in all 0.3s;
}
#presentation.container-fluid .links .items .temoignage a:hover .caption{
    background-color: #3C69A3;
}
#presentation.container-fluid .links .items .temoignage a .caption p{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    padding: 20px;
    transition: ease-in all 0.3s;
}
#presentation.container-fluid .links .items .temoignage a:hover .caption p{
    color: #fff;
}




/*** Les articles **/

#presentation.container-fluid .links .items .articles{
    position: relative;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#presentation.container-fluid .links .items .articles a{
    position: relative;
    display: inline-block;
    width: 48%;
    height: 300px;
    overflow: hidden;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}
#presentation.container-fluid .links .items .articles a .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
}
#presentation.container-fluid .links .items .articles a .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.2);
}
#presentation.container-fluid .links .items .articles a .inner img{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: top left; */
}
#presentation.container-fluid .links .items .articles a .caption{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}




/************* pub ******/
#presentation.container-fluid .pub{
    position: relative;
    width: 100%;
    padding:  0 !important;
    height: 300px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px;
}
#presentation.container-fluid .pub .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}
#presentation.container-fluid .pub .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.3);
}
#presentation.container-fluid .pub .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    transition: ease-in all 0.3s;
}
#presentation.container-fluid .pub:hover .inner img{
    transform: scale(1.04) rotate(-1deg);
}
#presentation.container-fluid .pub .caption{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.5);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#presentation.container-fluid .pub .caption p{
    position: relative;
    width: 70%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

#presentation.container-fluid .pub .caption a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;

    border-radius: 25px;
    background-color: #3C69A3;
    color: #fff;
    text-decoration: none;
    transition: ease all 0.3s;
}
#presentation.container-fluid .pub .caption a:hover{
    background-color: #254a7a;
}















/*** **** **** ******** *** *** **** *** *** *** ****       --------------------        ***/
/*** **** **** ******** *** *** **** *** *** *** ****       --------------------        ***/
/*** **** **** ******** *** *** **** *** *** *** ****       La partie responsive        ***/

@media (min-width: 1400px){ /** grands écrans - au délà  */
    
}
@media (max-width: 1700px) {
    
}
@media (max-width: 1500px) {

}

@media (max-width: 1400px) {


}

@media (max-width: 1350px) {
    
}





@media (max-width: 1200px){ /** grands écran ou pc -- col-lg      Vert-foncé    */

    

}
@media (max-width: 1024px){ /** grands écran ou pc -- col-lg      Vert-foncé    */
    #presentation.container-fluid .presentation{  /**** Le texte ****/
        position: relative;
        width: 100%;
        padding: 40px !important;
        padding-top: 70px !important;
    }
    #presentation.container-fluid .presentation .col-text{  /**** Le texte ****/
        position: relative;
        width: 100%;
        padding-right: 0px;
        
    }


    #presentation.container-fluid .histoire{ /********************* Histoire **/
        position: relative;
        width: 100%;
        padding: 75px 20px;
        background: url('../images/bg_infos.PNG');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    #presentation.container-fluid .histoire .titre p{
        font-size: 20px;
        color: #333333;
        font-weight: 450;
        width: 95%;
        margin-left: 15px;
    }

    #presentation.container-fluid .histoire .items .item:nth-child(2) .date span.icon{
        width: 100%;
        height: 100px;
        top: 0%;
        right: 6%;
    }
}


@media (max-width: 992px){
    #presentation.container-fluid .presentation .col-text{  /**** Le texte ****/
        position: relative;
        width: 100%;
        padding-right: 15px;
        
    }
    
    #presentation.container-fluid .caracteres .missions{
        padding: 10px;
        margin-bottom: 35px;
    }

    
    #presentation.container-fluid .team-link{/***** Voir notre équipe : team-link**/
        position: relative;
        width: 94%;
        margin: auto;
        height: 200px;
        overflow: hidden;
        margin-top: 40px;
        margin-bottom: 100px;
    }
}
@media (max-width: 768px){ 
    
    #presentation.container-fluid .presentation{  /**** Le texte ****/
        position: relative;
        width: 100%;
        padding: 30px !important;
        padding-top: 70px !important;
    }

    #presentation.container-fluid .team-link .caption a{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 40px;
        font-size: 16px;
    }

    #presentation.container-fluid .histoire .titre h2{
        font-size: 25px;
        text-align: center;
    }

}

@media (max-width: 599px){

    #presentation.container-fluid .presentation{  /**** Le texte ****/
        position: relative;
        width: 100%;
        padding: 20px !important;
        padding-top: 50px !important;
    }
    
    #presentation.container-fluid .presentation .col-text .titre h2{  
        position: relative;
        width: 90%;
        font-size: 35px;
    }
    #presentation.container-fluid .presentation .col-text .titre p.trait{  
        width: 75%;
        height: 3px;
    }

    #presentation.container-fluid .presentation .col-image .inner{  /************ inner  ***************/
        position: relative;
        height: 390px;
    }

    #presentation.container-fluid .histoire .items .item{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column !important;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 50px;
        padding: 15px;
    }
    #presentation.container-fluid .histoire .items .date{
        position: relative !important;
        width: 90% !important;
        height: 100px;
        /* border: 1px solid red; */
    }
    #presentation.container-fluid .histoire .items .date h2{
        color: #333333;
        font-size: 20px;
        font-weight: 600;
    }
    #presentation.container-fluid .histoire .items .event{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 20px;
        padding-top: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #presentation.container-fluid .histoire p{
        text-align: justify !important;
    }

}
@media (max-width: 450px){ /** très petits écrans ***/
    #presentation.container-fluid .presentation .col-text .titre h2{  
        position: relative;
        width: 100%;
        font-size: 25px;
    }
    #presentation.container-fluid .presentation .col-image .inner{  /************ inner  ***************/
        position: relative;
        height: 320px;
    }

    #presentation.container-fluid .caracteres .missions .titre h2{  
        font-size: 25px;
    }

}

@media (max-width: 395px){ /** très petits écrans ***/

    #presentation.container-fluid .presentation .col-image .inner{  /************ inner  ***************/
        position: relative;
        height: 300px;
    }

}